home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / circuits / ocean / cacd_bin.000 / cacd_bin / lib / include / cmaperror.h next >
C/C++ Source or Header  |  1994-05-06  |  979b  |  41 lines

  1. /* SccsId = "@(#)cmaperror.h 4.1 (TU-Delft) 05/24/90" */
  2. /**********************************************************
  3.  
  4. Name/Version      : cacdcmap/4.1
  5.  
  6. Language          : C
  7. Operating system  : BSD4.2 | BSD4.3 | SYS5
  8. Host machine      : HP9000s[358]00 | GOULD PN6000 | APOLLO DN[34]000
  9.  
  10. Author(s)         : P. Bingley
  11. Creation date     : 18-Aug-1988
  12. Modified by       : S. de Graaf
  13. Modification date : 17-Feb-1989
  14.  
  15.  
  16.         Delft University of Technology
  17.         Department of Electrical Engineering
  18.         Network Theory Section
  19.         Mekelweg 4 - P.O.Box 5031
  20.         2600 GA DELFT
  21.         The Netherlands
  22.  
  23.         Phone : 015 - 781708
  24.  
  25.         COPYRIGHT (C) 1988-1989, All rights reserved
  26. **********************************************************/
  27.  
  28. #define NOINIT        0
  29. #define NOCMAP        1
  30. #define BADCMAP        2
  31. #define NOGC        3
  32. #define NOCORE        4
  33. #define BADCOLOR    5
  34. #define BADID        6
  35. #define ARRAYTOSMALL    7
  36. #define BADERROR    8
  37.  
  38. #define CMAPMAXERROR    8
  39.  
  40. extern    char    *cacdcmaperrors[];
  41.